Reformat code base to follow an MVC architecture
| Features | Software Design |
|---|---|
| MoSCoW | Must |
| Owner | Amani |
| Size | XL |
| Sprint | 3 |
| Status | Done |
- Reformat code base to follow an MVC architecture
- Acceptance Criteria:
- The codebase should be restructured to adhere to the Model-View-Controller (MVC) architectural pattern.
- Code organization should reflect the separation of concerns among models, views, and controllers.
- Existing functionality should remain intact and functional after the reformatting.
- Acceptance Criteria: